adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / GetAt Method


In This Topic
    GetAt Method
    In This Topic
    Gets the object at the specified index
    Syntax
    'Declaration
     
    
    Public Function GetAt( _
       ByVal index As Integer _
    ) As T
    public T GetAt( 
       int index
    )
    public:
    T^ GetAt( 
       int index
    ) 

    Parameters

    index
    See Also